SG Window Globals Object
MakeWord Method

©1998 by Stinga

Properties     Methods     Events     Constants    Error Codes
Description

Creates Integer (16-bit) value by concatenating two given byte (8-bit) values.

Syntax

object.MakeWord(low As Byte, high As Byte)

Part Description
object The object is expression that evaluates to the Globals object.
low Required. Specifies the low-order byte of the new Integer value.
high Required. Specifies the high-order byte of the new Integer value.